v1.3.0 Release Notes
Zadig v1.3.0 was released on July 29, 2021.
- Support offline installation for users of intranet environments (with Kubernetes cluster)
- Support multiple cloud vendors and pass compatibility testing
- Code repository adds integration of Huawei code source CodeHub
- image registry adds integration of Huawei Cloud SWR
- Object storage adds support for Alibaba Cloud OSS
- Ease of use optimization
- Automatically configure code repository Webhook
- Installation optimization, add installation check and waiting pages
- Rollback if Helm update environment support fails
Upgrade v1.2.0 to v1.3.0 (other versions do not support upgrades, it is recommended to uninstall and reinstall):
Warning
If it has been officially used, you need to make a database backup before upgrading
- Database backup command: mongodump -h IP --port port -u Username -p Password -d Database -o File existence path
- Database recovery command: mongorestore -h ip --port port -u Username -p Password -d Database --drop file storage path
If v1.2.0 is installed with
All in One 一键安装模式and基于现有 Kubernetes 安装, both are used to upgrade using scripts in基于现有 Kubernetes 安装The parameters need to be re- export before executing the upgrade script.v1.2.0 you use
基于 Helm 命令安装to install, perform the following steps to upgrade v1.3.0 :- Get the helm values in the zadig environment and execute the following command.
helm get values zadig -n zadig > zadig.yaml1Check the zadig.yaml file. If yaml contains mirror information, it needs to be deleted manually.
- Execute the following command to upgrade.
helm upgrade -f zadig.yaml zadig --namespace zadig koderover-chart/zadig --version=1.3.01


